Skip to main content

Week 5

Milestones

  • Tested the DIGIT APIs and generated JWT Token
  • To understand and gain knowledge about how to implement client library for user authentication
  • Fixed some bugs related to the implementatin of previous week
  • Worked on the feedback recieved by the super mentor
  • Understand the overall implementation of encryption and decryption algorithm used by DIGIT.

Screenshots / Videos

  • Tested DIGIT APIs and generate JWT Token GENERATED JWT TOKEN

Contributions

Learnings

  • Understod the requirements to generate token from java-jwt
  • Understood the package com.auth0.jwt and its sign method to generate a complete JWT (with Signature) from a given Header and Payload content.
  • Started Learning about CQRS as it will be needed in the future.
  • Started documentating on the API and packages as it will help to revise while fixing bugs.